diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2017-04-02 23:46:37 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2017-04-02 23:46:37 +0100 |
commit | f34cd3b90143f602043a26492cb82799f9eaa404 (patch) | |
tree | 3b4ab8be155fab2533b65606a83de867ad89b55c /baseconfig/x86 | |
parent | 005a90487824b7107585903017e3f53280e39389 (diff) | |
download | kernel-f34cd3b90143f602043a26492cb82799f9eaa404.tar.gz kernel-f34cd3b90143f602043a26492cb82799f9eaa404.tar.xz kernel-f34cd3b90143f602043a26492cb82799f9eaa404.zip |
minor config cleanups (NFC)
Diffstat (limited to 'baseconfig/x86')
-rw-r--r-- | baseconfig/x86/CONFIG_FB_ARC | 1 | ||||
-rw-r--r-- | baseconfig/x86/CONFIG_FB_GEODE | 1 | ||||
-rw-r--r-- | baseconfig/x86/CONFIG_FB_HGA | 1 | ||||
-rw-r--r-- | baseconfig/x86/CONFIG_FB_I810 | 1 | ||||
-rw-r--r-- | baseconfig/x86/CONFIG_FB_I810_GTF | 1 | ||||
-rw-r--r-- | baseconfig/x86/CONFIG_FB_I810_I2C | 1 | ||||
-rw-r--r-- | baseconfig/x86/CONFIG_FB_LE80578 | 1 | ||||
-rw-r--r-- | baseconfig/x86/CONFIG_FB_VGA16 | 1 | ||||
-rw-r--r-- | baseconfig/x86/CONFIG_FB_VIA | 1 | ||||
-rw-r--r-- | baseconfig/x86/CONFIG_FB_VIA_DIRECT_PROCFS | 1 |
10 files changed, 10 insertions, 0 deletions
diff --git a/baseconfig/x86/CONFIG_FB_ARC b/baseconfig/x86/CONFIG_FB_ARC new file mode 100644 index 000000000..1d66b92f4 --- /dev/null +++ b/baseconfig/x86/CONFIG_FB_ARC @@ -0,0 +1 @@ +# CONFIG_FB_ARC is not set diff --git a/baseconfig/x86/CONFIG_FB_GEODE b/baseconfig/x86/CONFIG_FB_GEODE new file mode 100644 index 000000000..3c78c584d --- /dev/null +++ b/baseconfig/x86/CONFIG_FB_GEODE @@ -0,0 +1 @@ +# CONFIG_FB_GEODE is not set diff --git a/baseconfig/x86/CONFIG_FB_HGA b/baseconfig/x86/CONFIG_FB_HGA new file mode 100644 index 000000000..3c3142a1e --- /dev/null +++ b/baseconfig/x86/CONFIG_FB_HGA @@ -0,0 +1 @@ +# CONFIG_FB_HGA is not set diff --git a/baseconfig/x86/CONFIG_FB_I810 b/baseconfig/x86/CONFIG_FB_I810 new file mode 100644 index 000000000..9ef6eca18 --- /dev/null +++ b/baseconfig/x86/CONFIG_FB_I810 @@ -0,0 +1 @@ +CONFIG_FB_I810=m diff --git a/baseconfig/x86/CONFIG_FB_I810_GTF b/baseconfig/x86/CONFIG_FB_I810_GTF new file mode 100644 index 000000000..71eee1202 --- /dev/null +++ b/baseconfig/x86/CONFIG_FB_I810_GTF @@ -0,0 +1 @@ +CONFIG_FB_I810_GTF=y diff --git a/baseconfig/x86/CONFIG_FB_I810_I2C b/baseconfig/x86/CONFIG_FB_I810_I2C new file mode 100644 index 000000000..7cfe05740 --- /dev/null +++ b/baseconfig/x86/CONFIG_FB_I810_I2C @@ -0,0 +1 @@ +CONFIG_FB_I810_I2C=y diff --git a/baseconfig/x86/CONFIG_FB_LE80578 b/baseconfig/x86/CONFIG_FB_LE80578 new file mode 100644 index 000000000..327044a84 --- /dev/null +++ b/baseconfig/x86/CONFIG_FB_LE80578 @@ -0,0 +1 @@ +# CONFIG_FB_LE80578 is not set diff --git a/baseconfig/x86/CONFIG_FB_VGA16 b/baseconfig/x86/CONFIG_FB_VGA16 new file mode 100644 index 000000000..4fa33dfdc --- /dev/null +++ b/baseconfig/x86/CONFIG_FB_VGA16 @@ -0,0 +1 @@ +CONFIG_FB_VGA16=m diff --git a/baseconfig/x86/CONFIG_FB_VIA b/baseconfig/x86/CONFIG_FB_VIA new file mode 100644 index 000000000..d34242c33 --- /dev/null +++ b/baseconfig/x86/CONFIG_FB_VIA @@ -0,0 +1 @@ +# CONFIG_FB_VIA is not set diff --git a/baseconfig/x86/CONFIG_FB_VIA_DIRECT_PROCFS b/baseconfig/x86/CONFIG_FB_VIA_DIRECT_PROCFS new file mode 100644 index 000000000..d2ff4278d --- /dev/null +++ b/baseconfig/x86/CONFIG_FB_VIA_DIRECT_PROCFS @@ -0,0 +1 @@ +# CONFIG_FB_VIA_DIRECT_PROCFS is not set |