1
0
Fork 0
remarkable-linux/arch/arm/configs
Arnd Bergmann 64e98a7981 USB: lpc32xx: ISP1301 needs USB_PHY
The Kconfig entry for USB_LPC32XX unconditionally selects USB_ISP1301,
which is now only visible when USB_PHY is also enabled.

This adds an appropriate dependency and enables USB_PHY in the msm
defconfig, avoiding these build errors:

warning: (USB_LPC32XX) selects USB_ISP1301 which has unmet direct dependencies (USB_SUPPORT && USB_PHY && (USB || USB_GADGET) && I2C)
drivers/built-in.o: In function `usb_hcd_nxp_probe':
drivers/usb/host/ohci-nxp.c:224: undefined reference to `isp1301_get_client'
drivers/built-in.o: In function `lpc32xx_udc_probe':
drivers/usb/gadget/lpc32xx_udc.c:3071: undefined reference to `isp1301_get_client'

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Felipe Balbi <balbi@ti.com>
Cc: Roland Stigge <stigge@antcom.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-04-25 10:58:00 -07:00
..
acs5k_defconfig
acs5k_tiny_defconfig
ag5evm_defconfig
am200epdkit_defconfig
ap4evb_defconfig ARM: shmobile: leave CONFIG_INOTIFY_USER enabled by default 2012-11-01 08:51:34 +08:00
armadillo800eva_defconfig ARM: mach-shmobile: armadillo: defconfig: Enable CEU 2013-01-23 14:49:15 +09:00
assabet_defconfig
at91_dt_defconfig ARM: at91/at91_dt_defconfig: add at91sam9n12 SoC to DT defconfig 2013-01-23 10:39:58 +01:00
at91rm9200_defconfig ARM: at91/defconfig: change the MCI driver to use in defconfigs 2012-07-02 17:37:41 +02:00
at91sam9g20_defconfig arch: Change defconfigs to point to g_mass_storage. 2012-11-08 16:00:52 +02:00
at91sam9g45_defconfig ARM: at91: enable additional boards in existing soc defconfig files 2011-11-24 14:57:55 +00:00
at91sam9rl_defconfig ARM: at91/defconfig: change the MCI driver to use in defconfigs 2012-07-02 17:37:41 +02:00
at91sam9260_defconfig arch: Change defconfigs to point to g_mass_storage. 2012-11-08 16:00:52 +02:00
at91sam9261_defconfig arch: Change defconfigs to point to g_mass_storage. 2012-11-08 16:00:52 +02:00
at91sam9263_defconfig ARM: at91: remove NEOCORE 926 board 2013-02-08 16:25:20 +01:00
at91x40_defconfig arm: at91: minimal defconfig for at91x40 SoC 2011-04-23 11:03:06 +08:00
badge4_defconfig
bcm2835_defconfig ARM: bcm2835: defconfig updates 2013-01-14 21:47:17 -07:00
bcm_defconfig Add support for generic BCM SoC chipsets 2012-11-19 22:39:07 -08:00
bonito_defconfig ARM: mach-shmobile: Unset initramfs source in bonito defconfig. 2011-11-11 16:58:48 +09:00
cerfcube_defconfig
clps711x_defconfig ARM: clps711x: Update defconfig due latest changes and new kernel symbols 2012-11-21 09:57:46 -08:00
cm_x2xx_defconfig
cm_x300_defconfig ARM: pxa/cm-x300: update cm_x300_defconfig 2011-07-11 14:43:28 +08:00
cns3420vb_defconfig
colibri_pxa270_defconfig
colibri_pxa300_defconfig
collie_defconfig
corgi_defconfig arch: Change defconfigs to point to g_mass_storage. 2012-11-08 16:00:52 +02:00
da8xx_omapl_defconfig arm-soc: device tree conversions 2013-02-21 15:38:49 -08:00
davinci_all_defconfig ARM: davinci: defconfig: enable pm_runtime 2013-01-04 12:21:25 +05:30
dove_defconfig ARM: dove: update dove_defconfig with a few useful options 2013-02-28 18:57:06 +01:00
ebsa110_defconfig
em_x270_defconfig
ep93xx_defconfig defconfigs: remove CONFIG_MTD_NAND_VERIFY_WRITE 2012-09-29 15:00:49 +01:00
eseries_pxa_defconfig
exynos4_defconfig ARM: EXYNOS: Add ARCH_EXYNOS and reorganize arch/arm/mach-exynos 2011-11-06 13:54:56 +09:00
exynos_defconfig ARM: exynos_defconfig: enable more platforms in defconfig 2012-07-21 23:21:51 +02:00
ezx_defconfig ARM: pxa: fix inconsistent CONFIG_USB_PXA27X 2011-11-10 15:32:27 +08:00
footbridge_defconfig
h3600_defconfig
h5000_defconfig
h7201_defconfig
h7202_defconfig arch: Change defconfigs to point to g_mass_storage. 2012-11-08 16:00:52 +02:00
hackkit_defconfig
imote2_defconfig ARM: pxa: fix inconsistent CONFIG_USB_PXA27X 2011-11-10 15:32:27 +08:00
imx_v4_v5_defconfig ARM: imx_v4_v5_defconfig: Add VPU support 2013-02-12 09:08:56 +01:00
imx_v6_v7_defconfig ARM: imx_v6_v7_defconfig: add CONFIG_USB_PHY 2013-04-23 14:18:09 +03:00
integrator_defconfig ARM: 7268/1: integrator: defconfig for both AP and CP 2012-01-19 23:59:39 +00:00
iop13xx_defconfig
iop32x_defconfig
iop33x_defconfig
ixp4xx_defconfig
jornada720_defconfig
kirkwood_defconfig cpuidle: kirkwood: Move out of mach directory 2013-01-31 17:01:37 +00:00
kota2_defconfig ARM: mach-shmobile: fix memory size for kota2_defconfig 2013-01-15 08:56:59 +09:00
ks8695_defconfig
kzm9d_defconfig ARM: mach-shmobile: kzm9d: update defconfig 2013-01-15 08:57:09 +09:00
kzm9g_defconfig ARM: mach-shmobile: kzm9g: defconfig update 2013-01-15 08:57:08 +09:00
lart_defconfig
lpc32xx_defconfig USB: lpc32xx: ISP1301 needs USB_PHY 2013-04-25 10:58:00 -07:00
lpd270_defconfig
lubbock_defconfig
mackerel_defconfig ARM: mach-shmobile: mackerel: enable VFP in defconfig 2013-01-23 14:59:37 +09:00
magician_defconfig arch: Change defconfigs to point to g_mass_storage. 2012-11-08 16:00:52 +02:00
mainstone_defconfig
marzen_defconfig ARM: shmobile: fix defconfig warning on CONFIG_USB 2013-02-14 15:04:35 +01:00
mini2440_defconfig arch: Change defconfigs to point to g_mass_storage. 2012-11-08 16:00:52 +02:00
mmp2_defconfig ARM: mmp: enable debug uart port in defconfig 2012-08-16 17:49:08 +08:00
msm_defconfig
multi_v7_defconfig ARM: multi_v7_defconfig: add ARCH_ZYNQ 2013-01-28 14:02:19 -08:00
mv78xx0_defconfig defconfigs: remove CONFIG_MTD_NAND_VERIFY_WRITE 2012-09-29 15:00:49 +01:00
mvebu_defconfig arm: mvebu: update defconfig with ATAG support when using DT 2013-02-28 18:57:09 +01:00
mxs_defconfig ARM: mxs_defconfig: add CONFIG_USB_PHY 2013-04-23 14:18:54 +03:00
neponset_defconfig
netwinder_defconfig
netx_defconfig rtc: fix build warnings in defconfigs 2011-06-15 20:04:02 -07:00
nhk8815_defconfig ARM: nomadik: switch over to using the FSMC driver 2012-11-15 15:37:47 +02:00
nuc910_defconfig
nuc950_defconfig
nuc960_defconfig
omap1_defconfig arch: Change defconfigs to point to g_mass_storage. 2012-11-08 16:00:52 +02:00
omap2plus_defconfig ARM: OMAP2+: Fix unmet direct dependencies for zoom for 8250 serial 2013-03-04 11:19:22 -08:00
orion5x_defconfig arm: orion5x: add DT related options in defconfig 2012-11-21 21:00:58 +00:00
palmz72_defconfig
pcm027_defconfig
pleb_defconfig
prima2_defconfig ARM: PRIMA2: add new SiRFmarco SMP SoC infrastructures 2013-01-22 19:53:27 +08:00
pxa3xx_defconfig defconfigs: remove CONFIG_MTD_NAND_VERIFY_WRITE 2012-09-29 15:00:49 +01:00
pxa168_defconfig
pxa255-idp_defconfig
pxa910_defconfig ARM: mmp: add display and fb support in pxa910 defconfig 2013-02-21 17:22:17 -08:00
raumfeld_defconfig
realview-smp_defconfig ARM: 6903/1: Realview: Use physmap driver instead of integrator-flash 2011-05-20 22:27:08 +01:00
realview_defconfig ARM: 6903/1: Realview: Use physmap driver instead of integrator-flash 2011-05-20 22:27:08 +01:00
rpc_defconfig ARM: Remove support for ARMv3 ARM610 and ARM710 CPUs 2012-05-05 05:50:50 +01:00
s3c2410_defconfig ARM: s3c2410_defconfig: update s3c2410_defconfig 2012-03-03 08:55:58 +09:00
s3c6400_defconfig ARM: s3c6400_defconfig: enable more boards in defconfig 2012-08-11 13:31:49 +09:00
s5p64x0_defconfig
s5pc100_defconfig
s5pv210_defconfig
shannon_defconfig
shark_defconfig ARM: disable virt_to_bus/virt_to_bus almost everywhere 2013-02-14 15:04:33 +01:00
simpad_defconfig
socfpga_defconfig ARM: socfpga: Enable SMP for socfpga 2012-10-26 14:59:39 +02:00
spear3xx_defconfig SPEAr: Update defconfigs 2012-05-12 21:55:43 +02:00
spear6xx_defconfig SPEAr: Update defconfigs 2012-05-12 21:55:43 +02:00
spear13xx_defconfig SPEAr13xx: Add defconfig 2012-05-14 17:34:10 +02:00
spitz_defconfig arch: Change defconfigs to point to g_mass_storage. 2012-11-08 16:00:52 +02:00
tct_hammer_defconfig ARM: s3c24xx: enable CONFIG_BUG for tct_hammer 2012-08-10 13:02:06 +02:00
tegra_defconfig ARM: tegra: defconfig updates 2013-01-28 10:51:07 -07:00
trizeps4_defconfig
u300_defconfig ARM: u300: update defconfig 2011-11-29 10:34:45 +01:00
u8500_defconfig ARM: ux500: Disable Power Supply and Battery Management by default 2013-01-23 10:43:36 +01:00
versatile_defconfig ARM: versatile: fix versatile_defconfig 2012-10-27 17:46:56 +02:00
vexpress_defconfig
viper_defconfig arch: Change defconfigs to point to g_mass_storage. 2012-11-08 16:00:52 +02:00
xcep_defconfig rtc: fix build warnings in defconfigs 2011-06-15 20:04:02 -07:00
zeus_defconfig arch: Change defconfigs to point to g_mass_storage. 2012-11-08 16:00:52 +02:00