diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2017-07-15 12:47:30 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2017-07-15 12:47:30 +0100 |
commit | ac7481542b9532ef4053e91849a9cf15bb3e8d6c (patch) | |
tree | 559ef84534cd27657d08f7880e7852ca38a8024b /baseconfig | |
parent | 5cdbaa6c305acc0a13ba8051be3a17f6aa899376 (diff) | |
download | kernel-ac7481542b9532ef4053e91849a9cf15bb3e8d6c.tar.gz kernel-ac7481542b9532ef4053e91849a9cf15bb3e8d6c.tar.xz kernel-ac7481542b9532ef4053e91849a9cf15bb3e8d6c.zip |
minor arm cleanup
Diffstat (limited to 'baseconfig')
-rw-r--r-- | baseconfig/arm/armv7/CONFIG_TWL4030_CORE | 1 | ||||
-rw-r--r-- | baseconfig/arm/armv7/armv7/CONFIG_RTC_DRV_TWL4030 | 2 | ||||
-rw-r--r-- | baseconfig/powerpc/CONFIG_TWL4030_CORE | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/baseconfig/arm/armv7/CONFIG_TWL4030_CORE b/baseconfig/arm/armv7/CONFIG_TWL4030_CORE deleted file mode 100644 index 1f5b92782..000000000 --- a/baseconfig/arm/armv7/CONFIG_TWL4030_CORE +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_TWL4030_CORE is not set diff --git a/baseconfig/arm/armv7/armv7/CONFIG_RTC_DRV_TWL4030 b/baseconfig/arm/armv7/armv7/CONFIG_RTC_DRV_TWL4030 index dcf57704b..5716e825c 100644 --- a/baseconfig/arm/armv7/armv7/CONFIG_RTC_DRV_TWL4030 +++ b/baseconfig/arm/armv7/armv7/CONFIG_RTC_DRV_TWL4030 @@ -1 +1 @@ -CONFIG_RTC_DRV_TWL4030=y +CONFIG_RTC_DRV_TWL4030=m diff --git a/baseconfig/powerpc/CONFIG_TWL4030_CORE b/baseconfig/powerpc/CONFIG_TWL4030_CORE deleted file mode 100644 index 1f5b92782..000000000 --- a/baseconfig/powerpc/CONFIG_TWL4030_CORE +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_TWL4030_CORE is not set |