Skip to content

Commit

Permalink
TESTING_NAND_SIM: Add depends on
Browse files Browse the repository at this point in the history
apps/testing/nand_sim/nand_sim_main.c:172:(.text.nand_main+0x93): undefined reference to `nand_ram_initialize'
collect2: error: ld returned 1 exit status

Signed-off-by: zhangshoukui <[email protected]>
  • Loading branch information
Zhangshoukui committed Dec 25, 2024
1 parent ee3400e commit 197557c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/nand_sim/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

config TESTING_NAND_SIM
boolean "NAND Flash Simulator"
depends on MTD_NAND_RAM
default n
---help---
Enable the NAND Flash Simulator device.
Expand Down

0 comments on commit 197557c

Please sign in to comment.