diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2017-02-21 18:54:05 +0000 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2017-02-21 18:55:00 +0000 |
commit | 84099871b1e8e35e88494b52949aa7c26649ac8f (patch) | |
tree | 0e65697d3391828fbb81e482612fc09ccc2fd16b /baseconfig/x86 | |
parent | cd3596bbfcc403afa6f35e1a770fa8c2e6fca668 (diff) | |
download | kernel-84099871b1e8e35e88494b52949aa7c26649ac8f.tar.gz kernel-84099871b1e8e35e88494b52949aa7c26649ac8f.tar.xz kernel-84099871b1e8e35e88494b52949aa7c26649ac8f.zip |
minor config cleanups (NFC)
Diffstat (limited to 'baseconfig/x86')
-rw-r--r-- | baseconfig/x86/CONFIG_GPIO_AMD8111 | 1 | ||||
-rw-r--r-- | baseconfig/x86/CONFIG_GPIO_CS5535 | 1 | ||||
-rw-r--r-- | baseconfig/x86/CONFIG_GPIO_ML_IOH | 1 | ||||
-rw-r--r-- | baseconfig/x86/CONFIG_GPIO_SCH | 1 | ||||
-rw-r--r-- | baseconfig/x86/CONFIG_GPIO_VX855 | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/baseconfig/x86/CONFIG_GPIO_AMD8111 b/baseconfig/x86/CONFIG_GPIO_AMD8111 new file mode 100644 index 000000000..097d52ce1 --- /dev/null +++ b/baseconfig/x86/CONFIG_GPIO_AMD8111 @@ -0,0 +1 @@ +# CONFIG_GPIO_AMD8111 is not set diff --git a/baseconfig/x86/CONFIG_GPIO_CS5535 b/baseconfig/x86/CONFIG_GPIO_CS5535 new file mode 100644 index 000000000..0566d4f6f --- /dev/null +++ b/baseconfig/x86/CONFIG_GPIO_CS5535 @@ -0,0 +1 @@ +# CONFIG_GPIO_CS5535 is not set diff --git a/baseconfig/x86/CONFIG_GPIO_ML_IOH b/baseconfig/x86/CONFIG_GPIO_ML_IOH new file mode 100644 index 000000000..9155cc76a --- /dev/null +++ b/baseconfig/x86/CONFIG_GPIO_ML_IOH @@ -0,0 +1 @@ +# CONFIG_GPIO_ML_IOH is not set diff --git a/baseconfig/x86/CONFIG_GPIO_SCH b/baseconfig/x86/CONFIG_GPIO_SCH new file mode 100644 index 000000000..91a3ab850 --- /dev/null +++ b/baseconfig/x86/CONFIG_GPIO_SCH @@ -0,0 +1 @@ +# CONFIG_GPIO_SCH is not set diff --git a/baseconfig/x86/CONFIG_GPIO_VX855 b/baseconfig/x86/CONFIG_GPIO_VX855 new file mode 100644 index 000000000..07b0ce3ab --- /dev/null +++ b/baseconfig/x86/CONFIG_GPIO_VX855 @@ -0,0 +1 @@ +# CONFIG_GPIO_VX855 is not set |