diff options
author | Boris BREZILLON <boris.brezillon@free-electrons.com> | 2015-03-12 15:54:27 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-03-13 15:11:04 +0100 |
commit | ea4abe7f3a3216f5d98dcc7a884e10f20b264429 (patch) | |
tree | 170a840a62a135fb415a3c23c9943054dc0edde8 /arch/arm/Kconfig | |
parent | ARM: at91/dt: introduce atmel,<chip>-dbgu (diff) | |
download | linux-ea4abe7f3a3216f5d98dcc7a884e10f20b264429.tar.xz linux-ea4abe7f3a3216f5d98dcc7a884e10f20b264429.zip |
ARM: at91: add soc detection infrastructure
Add new structures and functions to handle AT91 SoC detection.
[alexandre.belloni@free-electrons.com: reworked DBGU detection]
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e7ce6612bc42..f6c5b05e8de8 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -363,6 +363,7 @@ config ARCH_AT91 select IRQ_DOMAIN select PINCTRL select PINCTRL_AT91 + select SOC_BUS select USE_OF help This enables support for systems based on Atmel |