Skip to content

Commit 7c8421c

Browse files
ulfalizernashif
authored andcommitted
drivers: entropy: rv32m1: Turn pointless 'menuconfig' into 'config'
Same deal as in commit 677f1e6 ("config: Turn pointless/confusing 'menuconfig's into 'config's"), for a newly introduced symbol. Also clean up a header to be consistent with recent cleanups. Signed-off-by: Ulf Magnusson <[email protected]>
1 parent 3da873a commit 7c8421c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/entropy/Kconfig.rv32m1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright 2019 NXP
44
# SPDX-License-Identifier: Apache-2.0
55

6-
menuconfig ENTROPY_RV32M1_TRNG
6+
config ENTROPY_RV32M1_TRNG
77
bool "RV32M1 TRNG driver"
88
depends on ENTROPY_GENERATOR && SOC_OPENISA_RV32M1_RISCV32
99
select ENTROPY_HAS_DRIVER

0 commit comments

Comments
 (0)