diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-10-24 20:42:06 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-11-02 23:37:19 +0100 |
commit | df68042d5b4a1ccf05cba7eaba1574f80ac94982 (patch) | |
tree | a98bbe211f5732842b2669b00e0e0de8ef2d1b13 /target/linux/at91 | |
parent | 9a329c4d87d0e830be833f4e06e679c2b8f74847 (diff) | |
download | openwrt-df68042d5b4a1ccf05cba7eaba1574f80ac94982.tar.gz openwrt-df68042d5b4a1ccf05cba7eaba1574f80ac94982.tar.bz2 openwrt-df68042d5b4a1ccf05cba7eaba1574f80ac94982.zip |
kernel: Set some options in generic configuration
Add CONFIG_USB_ETH and CONFIG_PWM_JZ4740 to generic kernel
configuration.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/at91')
-rw-r--r-- | target/linux/at91/sam9x/config-default | 1 | ||||
-rw-r--r-- | target/linux/at91/sama5/config-default | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/at91/sam9x/config-default b/target/linux/at91/sam9x/config-default index 95c229880b..bd9d106f5b 100644 --- a/target/linux/at91/sam9x/config-default +++ b/target/linux/at91/sam9x/config-default @@ -296,7 +296,6 @@ CONFIG_USB_COMMON=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_HCD_AT91=y # CONFIG_USB_EHCI_HCD_PLATFORM is not set -# CONFIG_USB_ETH is not set CONFIG_USB_GADGET=y CONFIG_USB_OHCI_HCD=y CONFIG_USB_OHCI_HCD_AT91=y diff --git a/target/linux/at91/sama5/config-default b/target/linux/at91/sama5/config-default index 20fb90502a..852e5c95b7 100644 --- a/target/linux/at91/sama5/config-default +++ b/target/linux/at91/sama5/config-default @@ -456,7 +456,6 @@ CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_HCD_AT91=y # CONFIG_USB_EHCI_HCD_PLATFORM is not set # CONFIG_USB_EHCI_ROOT_HUB_TT is not set -# CONFIG_USB_ETH is not set CONFIG_USB_GADGET=y CONFIG_USB_HID=y CONFIG_USB_OHCI_HCD=y |