diff options
| author | Antoine Tenart <antoine.tenart@free-electrons.com> | 2014-11-17 08:33:12 -0500 |
|---|---|---|
| committer | Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> | 2014-11-18 14:27:53 -0500 |
| commit | 81906906d8d95837c87b934a1a929cc43b61f4ee (patch) | |
| tree | bf529a4bfd83d9edf1f8f4935d102b5bc61dd449 /arch/arm/mach-berlin | |
| parent | e9246c8726312aae36202b9e50c7e76a8609b712 (diff) | |
ARM: berlin: do not select RESET_CONTROLLER
RESET_CONTROLLER is meant to be user-selectable. To respect that,
do not select it automatically when using ARCH_BERLIN.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Diffstat (limited to 'arch/arm/mach-berlin')
| -rw-r--r-- | arch/arm/mach-berlin/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-berlin/Kconfig b/arch/arm/mach-berlin/Kconfig index 84d34e07209c..3e40a947f3ea 100644 --- a/arch/arm/mach-berlin/Kconfig +++ b/arch/arm/mach-berlin/Kconfig | |||
| @@ -7,7 +7,6 @@ menuconfig ARCH_BERLIN | |||
| 7 | select DW_APB_TIMER_OF | 7 | select DW_APB_TIMER_OF |
| 8 | select GENERIC_IRQ_CHIP | 8 | select GENERIC_IRQ_CHIP |
| 9 | select PINCTRL | 9 | select PINCTRL |
| 10 | select RESET_CONTROLLER | ||
| 11 | 10 | ||
| 12 | if ARCH_BERLIN | 11 | if ARCH_BERLIN |
| 13 | 12 | ||
