diff options
author | Wei Fu <wefu@redhat.com> | 2021-12-28 11:44:18 +0300 |
---|---|---|
committer | Tekkaman Ninja <tekkamanninja@163.com> | 2021-12-29 17:41:12 +0300 |
commit | 0c08d335c5acb6b1293f89d621c7271a27c20065 (patch) | |
tree | 0e047df6ed43f11ddf56a585ce9a80f5fbcbcf90 /drivers/misc/Kconfig | |
parent | 376db1779289c51998ca8b62f50a2418aea06fc1 (diff) | |
download | u-boot-0c08d335c5acb6b1293f89d621c7271a27c20065.tar.xz |
starfive: add ID_EEPROM supoort for visionfive V1u-boot-2022.01-rc4-g0c08d33JH7100_upstream
This patch add ID_EEPROM (mac command) support for visionfive V1.
Signed-off-by: Wei Fu <wefu@redhat.com>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 1f95acb89c..a3a2162056 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -77,8 +77,7 @@ config SIFIVE_OTP config STARFIVE_OTP bool "StarFive eMemory OTP driver" - depends on MISC && JH_STARLIGHT - default y if JH_STARLIGHT + depends on MISC && JH_STARLIGHT && !ID_EEPROM help Enable support for reading and writing the eMemory OTP on the StarFive SoCs. |