summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap/Kconfig
diff options
context:
space:
mode:
authorVicente <vicencb@gmail.com>2012-10-09 00:55:20 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-11-16 15:32:31 +0100
commit6b4dc4d4f128bd22df4d022ad37285ce4858e1e8 (patch)
treedd66fc53750274c211dd78994732701de9ad7608 /arch/arm/mach-omap/Kconfig
parent7b8a200154be38bd54ce4fc291a5a7904e5d33f2 (diff)
downloadbarebox-6b4dc4d4f128bd22df4d022ad37285ce4858e1e8.tar.gz
barebox-6b4dc4d4f128bd22df4d022ad37285ce4858e1e8.tar.xz
omap4: add support for booting cpu from usb
Signed-off-by: Vicente <vicencb@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-omap/Kconfig')
-rw-r--r--arch/arm/mach-omap/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-omap/Kconfig b/arch/arm/mach-omap/Kconfig
index 3315d1c51d..7efd93d864 100644
--- a/arch/arm/mach-omap/Kconfig
+++ b/arch/arm/mach-omap/Kconfig
@@ -82,6 +82,15 @@ config ARCH_TEXT_BASE
default 0x80e80000 if MACH_OMAP343xSDP
default 0x80e80000 if MACH_BEAGLE
+config OMAP4_USBBOOT
+ bool "enable booting from USB"
+ default n
+ depends on ARCH_OMAP4 && !MMU
+ help
+ Say Y here if you want to be able to boot an OMAP4 cpu from USB.
+ You need the utility program omap4_usbboot to boot from USB.
+ Please read oamp4_usb_booting.txt for more information.
+
config BOARDINFO
default "Texas Instrument's SDP343x" if MACH_OMAP343xSDP
default "Texas Instrument's Beagle" if MACH_BEAGLE