summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-04-30 11:30:51 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-04-30 11:30:51 +0200
commitb1dd1585deb21db5b595549267219ff9364dd4c8 (patch)
tree3d8243153a88836cca5bbfef04751dd27179cd27 /arch
parentea44dc8f3392ef94d8f958788571182f380c7b84 (diff)
parentd76f885ee3d9ace2d075cb0638e77d8358d422cf (diff)
downloadbarebox-b1dd1585deb21db5b595549267219ff9364dd4c8.tar.gz
barebox-b1dd1585deb21db5b595549267219ff9364dd4c8.tar.xz
Merge branch 'for-next/mxs' into next
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mxs/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig
index b3a7c6259c..f4a9d3d422 100644
--- a/arch/arm/mach-mxs/Kconfig
+++ b/arch/arm/mach-mxs/Kconfig
@@ -9,6 +9,12 @@ config ARCH_TEXT_BASE
default 0x47000000 if MACH_MX28EVK
default 0x47000000 if MACH_CFA10036
+config ARCH_MXS_OF_SUPPORT
+ bool
+ select COMMON_CLK_OF_PROVIDER
+ select OFTREE
+ select OFDEVICE
+
comment "Freescale i.MX System-on-Chip"
choice
@@ -57,12 +63,14 @@ config MACH_TX28
config MACH_MX28EVK
bool "mx28-evk"
select MXS_OCOTP
+ select ARCH_MXS_OF_SUPPORT
help
Say Y here if you are using the Freescale i.MX28-EVK board
config MACH_DUCKBILL
bool "Duckbill"
select MXS_OCOTP
+ select ARCH_MXS_OF_SUPPORT
help
Say Y here if you are using the I2SE Duckbill board