Changeset 5209
- Timestamp:
- Mar 14, 2010 10:31:05 PM (3 years ago)
- Location:
- trunk/src
- Files:
-
- 1 added
- 1 edited
-
Kconfig (modified) (2 diffs)
-
Kconfig.deprecated_options (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Kconfig
r5208 r5209 284 284 function, no matter if it's provided by board code or chipset code. 285 285 286 config BOARD_HAS_HARD_RESET287 bool288 default n289 help290 This variable specifies whether a given board has a reset.c291 file containing a hard_reset() function.292 293 config BOARD_HAS_FADT294 bool295 default n296 help297 This variable specifies whether a given board has a board-local298 FADT in fadt.c. Long-term, those should be moved to appropriate299 chipset components (eg. southbridge)300 301 config HAVE_BUS_CONFIG302 bool303 default n304 help305 This variable specifies whether a given board has a get_bus_conf.c306 file containing bus configuration data.307 308 286 config HAVE_INIT_TIMER 309 287 bool … … 842 820 hex 843 821 default 0x10 822 823 source src/Kconfig.deprecated_options
Note: See TracChangeset
for help on using the changeset viewer.
