From 86b2f443eeb0e3b72081ba1595e1448800769968 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 20 Dec 2016 10:11:24 +0000 Subject: Minor ARM config updates --- baseconfig/arm/CONFIG_MFD_AC100 | 1 + baseconfig/arm/CONFIG_RTC_DRV_AC100 | 1 + baseconfig/arm/CONFIG_SUNXI_RSB | 1 + baseconfig/arm/arm64/CONFIG_SUNXI_RSB | 1 - baseconfig/arm/armv7/CONFIG_SERIAL_STM32 | 1 - baseconfig/arm/armv7/CONFIG_SUNXI_RSB | 1 - 6 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 baseconfig/arm/CONFIG_MFD_AC100 create mode 100644 baseconfig/arm/CONFIG_RTC_DRV_AC100 create mode 100644 baseconfig/arm/CONFIG_SUNXI_RSB delete mode 100644 baseconfig/arm/arm64/CONFIG_SUNXI_RSB delete mode 100644 baseconfig/arm/armv7/CONFIG_SERIAL_STM32 delete mode 100644 baseconfig/arm/armv7/CONFIG_SUNXI_RSB (limited to 'baseconfig/arm') diff --git a/baseconfig/arm/CONFIG_MFD_AC100 b/baseconfig/arm/CONFIG_MFD_AC100 new file mode 100644 index 000000000..4decbd23b --- /dev/null +++ b/baseconfig/arm/CONFIG_MFD_AC100 @@ -0,0 +1 @@ +CONFIG_MFD_AC100=m diff --git a/baseconfig/arm/CONFIG_RTC_DRV_AC100 b/baseconfig/arm/CONFIG_RTC_DRV_AC100 new file mode 100644 index 000000000..3fbf952f3 --- /dev/null +++ b/baseconfig/arm/CONFIG_RTC_DRV_AC100 @@ -0,0 +1 @@ +CONFIG_RTC_DRV_AC100=m diff --git a/baseconfig/arm/CONFIG_SUNXI_RSB b/baseconfig/arm/CONFIG_SUNXI_RSB new file mode 100644 index 000000000..64558bbea --- /dev/null +++ b/baseconfig/arm/CONFIG_SUNXI_RSB @@ -0,0 +1 @@ +CONFIG_SUNXI_RSB=m diff --git a/baseconfig/arm/arm64/CONFIG_SUNXI_RSB b/baseconfig/arm/arm64/CONFIG_SUNXI_RSB deleted file mode 100644 index 64558bbea..000000000 --- a/baseconfig/arm/arm64/CONFIG_SUNXI_RSB +++ /dev/null @@ -1 +0,0 @@ -CONFIG_SUNXI_RSB=m diff --git a/baseconfig/arm/armv7/CONFIG_SERIAL_STM32 b/baseconfig/arm/armv7/CONFIG_SERIAL_STM32 deleted file mode 100644 index 7d5df429e..000000000 --- a/baseconfig/arm/armv7/CONFIG_SERIAL_STM32 +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_SERIAL_STM32 is not set diff --git a/baseconfig/arm/armv7/CONFIG_SUNXI_RSB b/baseconfig/arm/armv7/CONFIG_SUNXI_RSB deleted file mode 100644 index 64558bbea..000000000 --- a/baseconfig/arm/armv7/CONFIG_SUNXI_RSB +++ /dev/null @@ -1 +0,0 @@ -CONFIG_SUNXI_RSB=m -- cgit