Kconfig 132 B

1234567
  1. menuconfig RT_USING_BLK
  2. bool "Using Block device drivers"
  3. default n
  4. if RT_USING_BLK
  5. rsource "partitions/Kconfig"
  6. endif