Emmanuel Vadot | 4db98d3 | 2017-01-31 12:17:04 +0100 | [diff] [blame] | 1 | menu "API" |
2 | |||||
3 | config API | ||||
4 | bool "Enable U-Boot API" | ||||
Emmanuel Vadot | 4db98d3 | 2017-01-31 12:17:04 +0100 | [diff] [blame] | 5 | help |
6 | This option enables the U-Boot API. See api/README for more information. | ||||
7 | |||||
Tom Rini | 9ba938e | 2022-10-28 20:27:06 -0400 | [diff] [blame^] | 8 | config SYS_MMC_MAX_DEVICE |
9 | int "Maximum number of MMC devices exposed via the API" | ||||
10 | depends on API | ||||
11 | default 1 | ||||
12 | |||||
Emmanuel Vadot | 4db98d3 | 2017-01-31 12:17:04 +0100 | [diff] [blame] | 13 | endmenu |