From 3b9e2a2520082ebf64ad4607bace057ac8fb0076 Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Tue, 2 Jan 2018 10:38:36 -0600 Subject: Convert CONFIG_TWL4030_USB to Kconfig This converts the following to Kconfig: CONFIG_TWL4030_USB Signed-off-by: Adam Ford --- include/configs/cm_t35.h | 3 --- include/configs/nokia_rx51.h | 3 --- include/configs/omap3_beagle.h | 1 - include/configs/omap3_igep00x0.h | 3 --- include/configs/omap3_logic.h | 5 ----- include/configs/omap3_zoom1.h | 3 --- include/configs/sniper.h | 6 ------ 7 files changed, 24 deletions(-) (limited to 'include') diff --git a/include/configs/cm_t35.h b/include/configs/cm_t35.h index 8abe870e9f2..3c64cb575cf 100644 --- a/include/configs/cm_t35.h +++ b/include/configs/cm_t35.h @@ -71,9 +71,6 @@ #define CONFIG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600,\ 115200} -/* USB */ -#define CONFIG_TWL4030_USB - /* USB device configuration */ #define CONFIG_USB_DEVICE #define CONFIG_USB_TTY diff --git a/include/configs/nokia_rx51.h b/include/configs/nokia_rx51.h index 1c02a8ca316..00509e8508a 100644 --- a/include/configs/nokia_rx51.h +++ b/include/configs/nokia_rx51.h @@ -82,9 +82,6 @@ #define CONFIG_ENV_OVERWRITE #define CONFIG_SYS_BAUDRATE_TABLE { 4800, 9600, 19200, 38400, 57600, 115200 } -/* USB */ -#define CONFIG_TWL4030_USB - /* USB device configuration */ #define CONFIG_USB_DEVICE #define CONFIG_USBD_VENDORID 0x0421 diff --git a/include/configs/omap3_beagle.h b/include/configs/omap3_beagle.h index 7d109a43dc3..d3dfe60bb08 100644 --- a/include/configs/omap3_beagle.h +++ b/include/configs/omap3_beagle.h @@ -62,7 +62,6 @@ /* MUSB */ #define CONFIG_USB_OMAP3 -#define CONFIG_TWL4030_USB /* USB EHCI */ #define CONFIG_OMAP_EHCI_PHY1_RESET_GPIO 147 diff --git a/include/configs/omap3_igep00x0.h b/include/configs/omap3_igep00x0.h index 9b815e03f71..76d8e13d52c 100644 --- a/include/configs/omap3_igep00x0.h +++ b/include/configs/omap3_igep00x0.h @@ -41,9 +41,6 @@ #define GPIO_IGEP00X0_BOARD_DETECTION 28 #define GPIO_IGEP00X0_REVISION_DETECTION 129 -/* USB */ -#define CONFIG_TWL4030_USB 1 - /* USB device configuration */ #define CONFIG_USB_DEVICE 1 #define CONFIG_USB_TTY 1 diff --git a/include/configs/omap3_logic.h b/include/configs/omap3_logic.h index a4b29f18124..70745a882cb 100644 --- a/include/configs/omap3_logic.h +++ b/include/configs/omap3_logic.h @@ -52,11 +52,6 @@ /* I2C */ #define CONFIG_SYS_I2C_EEPROM_ADDR 0x50 /* EEPROM AT24C64 */ -/* USB */ - -/* TWL4030 */ -#define CONFIG_TWL4030_USB - /* Board NAND Info. */ #ifdef CONFIG_NAND #define CONFIG_SYS_NAND_ADDR NAND_BASE /* physical address */ diff --git a/include/configs/omap3_zoom1.h b/include/configs/omap3_zoom1.h index e5e4bc4c8e2..cc7c2fdf043 100644 --- a/include/configs/omap3_zoom1.h +++ b/include/configs/omap3_zoom1.h @@ -34,9 +34,6 @@ * Hardware drivers */ -/* USB */ -#define CONFIG_TWL4030_USB 1 - /* USB device configuration */ #define CONFIG_USB_DEVICE 1 #define CONFIG_USB_TTY 1 diff --git a/include/configs/sniper.h b/include/configs/sniper.h index 09b5a73ec00..0ed72cf901b 100644 --- a/include/configs/sniper.h +++ b/include/configs/sniper.h @@ -109,12 +109,6 @@ #define CONFIG_SYS_BAUDRATE_TABLE { 4800, 9600, 19200, 38400, 57600, \ 115200 } -/* - * USB gadget - */ - -#define CONFIG_TWL4030_USB - /* * Environment */ -- cgit v1.2.3