summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorWei Fu <wefu@redhat.com>2021-12-28 11:44:18 +0300
committerTekkaman Ninja <tekkamanninja@163.com>2022-02-15 12:48:26 +0300
commitd434b5243dd8c140fcd82ca6fc3fd9c2ce3ee3e5 (patch)
treecc0c805e4c0769e1198961b1a1dc458abd3f3c93 /drivers
parent8bd2d61d931d33cf0095420ed7ca7f02ea74a58e (diff)
downloadu-boot-d434b5243dd8c140fcd82ca6fc3fd9c2ce3ee3e5.tar.xz
starfive: add ID_EEPROM supoort for visionfive V1
This patch add ID_EEPROM (mac command) support for visionfive V1. Signed-off-by: Wei Fu <wefu@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/misc/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 13eb99837d..b16528790c 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.