diff options
author | INAGAKI Hiroshi <musashino.open@gmail.com> | 2022-10-13 11:20:10 +0900 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2023-05-24 19:25:49 +0100 |
commit | 84a4601ca6e3520158fcc6ef6ffd0dd536062296 (patch) | |
tree | 15a0532e58f90c62bb3bc848d1c1f3cb75a01a05 /target/linux/ath79/generic | |
parent | 7613efde8eaa17a21d4b24d8691d981673513536 (diff) | |
download | upstream-84a4601ca6e3520158fcc6ef6ffd0dd536062296.tar.gz upstream-84a4601ca6e3520158fcc6ef6ffd0dd536062296.tar.bz2 upstream-84a4601ca6e3520158fcc6ef6ffd0dd536062296.zip |
ath79: enable NVMEM u-boot-env driver on generic subtarget
This patch enables NVMEM u-boot-env driver (COFNIG_NVMEM_U_BOOT_ENV) on
generic subtarget to use from devices, for MAC address and etc.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
(cherry picked from commit e8f7957450e2dcbeb90492c711a973d2cf0ebbfc)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/ath79/generic')
-rw-r--r-- | target/linux/ath79/generic/config-default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ath79/generic/config-default b/target/linux/ath79/generic/config-default index dd59a35490..06f264b626 100644 --- a/target/linux/ath79/generic/config-default +++ b/target/linux/ath79/generic/config-default @@ -15,6 +15,8 @@ CONFIG_MARVELL_PHY=y CONFIG_MICREL_PHY=y CONFIG_MTD_REDBOOT_PARTS=y CONFIG_MTD_SPLIT_EVA_FW=y +CONFIG_NVMEM_SYSFS=y +CONFIG_NVMEM_U_BOOT_ENV=y CONFIG_PHY_AR7100_USB=y CONFIG_PHY_AR7200_USB=y CONFIG_REALTEK_PHY=y |