diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-23 07:38:06 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2017-08-28 14:10:25 +0200 |
commit | 12c15a7e706772293694e63482a99a8f7259e164 (patch) | |
tree | 7d4b8148d8857545f02d2594c0ba3adfaf066afa | |
parent | powerpc/configs/6xx: Drop no longer selectable CONFIG_BT_HCIUART_LL (diff) | |
download | linux-12c15a7e706772293694e63482a99a8f7259e164.tar.xz linux-12c15a7e706772293694e63482a99a8f7259e164.zip |
powerpc/configs/6xx: Drop removed CONFIG_USB_LED
In commit a335aaf3125c ("usb: misc: remove outdated USB LED driver")
CONFIG_USB_LED was removed, so drop it from our defconfigs.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
-rw-r--r-- | arch/powerpc/configs/ppc6xx_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/configs/ppc6xx_defconfig b/arch/powerpc/configs/ppc6xx_defconfig index 0a3161af9be2..ae6eba482d75 100644 --- a/arch/powerpc/configs/ppc6xx_defconfig +++ b/arch/powerpc/configs/ppc6xx_defconfig @@ -959,7 +959,6 @@ CONFIG_USB_ADUTUX=m CONFIG_USB_SEVSEG=m CONFIG_USB_LEGOTOWER=m CONFIG_USB_LCD=m -CONFIG_USB_LED=m CONFIG_USB_IDMOUSE=m CONFIG_USB_FTDI_ELAN=m CONFIG_USB_APPLEDISPLAY=m |