diff options
author | Petr Štetiar <ynezz@true.cz> | 2020-07-09 09:04:54 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-07-09 10:28:40 +0200 |
commit | c7b750e7ac833c1627d4fbe69b7cf43c6ff87f7c (patch) | |
tree | f838570face4612941e2b39faad98ea6a7207813 /target/linux/lantiq/ase | |
parent | 361c670a468cac8def368ed95487c72cfdb4a3fa (diff) | |
download | upstream-c7b750e7ac833c1627d4fbe69b7cf43c6ff87f7c.tar.gz upstream-c7b750e7ac833c1627d4fbe69b7cf43c6ff87f7c.tar.bz2 upstream-c7b750e7ac833c1627d4fbe69b7cf43c6ff87f7c.zip |
treewide: kernel: drop redundant USB_EHCI_HCD=n config symbol
Commit e53ec043bae1 ("kirkwood: move usb support to modules") has moved
this config symbol into generic configs, so it could be removed from
other configs.
Suggested-by: Aleksander Jan Bajkowski <A.Bajkowski@stud.elka.pw.edu.pl>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/lantiq/ase')
-rw-r--r-- | target/linux/lantiq/ase/config-4.19 | 1 | ||||
-rw-r--r-- | target/linux/lantiq/ase/config-5.4 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/lantiq/ase/config-4.19 b/target/linux/lantiq/ase/config-4.19 index 0c211847d2..da9c1bc294 100644 --- a/target/linux/lantiq/ase/config-4.19 +++ b/target/linux/lantiq/ase/config-4.19 @@ -19,7 +19,6 @@ CONFIG_SOC_AMAZON_SE=y # CONFIG_SOC_XWAY is not set CONFIG_USB=y CONFIG_USB_COMMON=y -# CONFIG_USB_EHCI_HCD is not set CONFIG_USB_SUPPORT=y CONFIG_ZLIB_DEFLATE=y CONFIG_ZLIB_INFLATE=y diff --git a/target/linux/lantiq/ase/config-5.4 b/target/linux/lantiq/ase/config-5.4 index 455cd54d10..9b6dd41a14 100644 --- a/target/linux/lantiq/ase/config-5.4 +++ b/target/linux/lantiq/ase/config-5.4 @@ -22,7 +22,6 @@ CONFIG_SOC_AMAZON_SE=y CONFIG_TARGET_ISA_REV=1 CONFIG_USB=y CONFIG_USB_COMMON=y -# CONFIG_USB_EHCI_HCD is not set CONFIG_USB_SUPPORT=y CONFIG_ZLIB_DEFLATE=y CONFIG_ZLIB_INFLATE=y |