Searched hist:ef7eda2c (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/arm/mach-at91/ |
H A D | Kconfig | ef7eda2c Fri Nov 21 10:10:06 CST 2014 Nicolas Ferre <nicolas.ferre@atmel.com> ARM: at91: remove all !DT related configuration options
OLD_CLK_AT91 & OLD_IRQ_AT91 were only selected by entries in Kconfig.non_dt that are now gone. So we remove all this legacy stuff and select the proper options in the SOC_ entries.
As USE_OF is now selected directly in arch/arm/Kconfig AT91 entry, we can safely remove it everywhere in this file.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: Boris BREZILLON <boris.brezillon@free-electrons.com> ef7eda2c Fri Nov 21 10:10:06 CST 2014 Nicolas Ferre <nicolas.ferre@atmel.com> ARM: at91: remove all !DT related configuration options OLD_CLK_AT91 & OLD_IRQ_AT91 were only selected by entries in Kconfig.non_dt that are now gone. So we remove all this legacy stuff and select the proper options in the SOC_ entries. As USE_OF is now selected directly in arch/arm/Kconfig AT91 entry, we can safely remove it everywhere in this file. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> Acked-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
|