summaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/at91sam9m10g45ek_defconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-07-10 08:04:15 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-07-18 14:42:35 +0200
commit4a872ae0ffe1380a28589f8f9e164d9d67471f1a (patch)
tree8dcf2d108372c95d83c8f985da78b55702fe7813 /arch/arm/configs/at91sam9m10g45ek_defconfig
parentd985d2276345b6627b8887d0f81cd932beed62cb (diff)
downloadbarebox-4a872ae0ffe1380a28589f8f9e164d9d67471f1a.tar.gz
barebox-4a872ae0ffe1380a28589f8f9e164d9d67471f1a.tar.xz
USB: Kconfig: introduce USB_HOST symbol
This renames USB to USB_HOST since this is what the symbol really means. Introduce a USB symbol which is selected by both USB_GADGET and USB_HOST. This gives us a symbol to let common USB code depend on. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/configs/at91sam9m10g45ek_defconfig')
-rw-r--r--arch/arm/configs/at91sam9m10g45ek_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/configs/at91sam9m10g45ek_defconfig b/arch/arm/configs/at91sam9m10g45ek_defconfig
index b088976ef6..02bb983999 100644
--- a/arch/arm/configs/at91sam9m10g45ek_defconfig
+++ b/arch/arm/configs/at91sam9m10g45ek_defconfig
@@ -74,7 +74,7 @@ CONFIG_NAND=y
# CONFIG_NAND_ECC_HW_NONE is not set
CONFIG_NAND_ATMEL=y
CONFIG_UBI=y
-CONFIG_USB=y
+CONFIG_USB_HOST=y
CONFIG_USB_EHCI=y
CONFIG_USB_EHCI_ATMEL=y
CONFIG_USB_STORAGE=y