enabling more stuff with default F7 firmware
This commit is contained in:
parent
e946964bba
commit
fb515f3fa3
|
@ -31,10 +31,10 @@
|
||||||
#define EFI_MCP_3208 FALSE
|
#define EFI_MCP_3208 FALSE
|
||||||
|
|
||||||
#undef EFI_HIP_9011
|
#undef EFI_HIP_9011
|
||||||
#define EFI_HIP_9011 FALSE
|
#define EFI_HIP_9011 TRUE
|
||||||
|
|
||||||
#undef EFI_CJ125
|
#undef EFI_CJ125
|
||||||
#define EFI_CJ125 FALSE
|
#define EFI_CJ125 TRUE
|
||||||
|
|
||||||
#undef EFI_DENSO_ADC
|
#undef EFI_DENSO_ADC
|
||||||
#define EFI_DENSO_ADC FALSE
|
#define EFI_DENSO_ADC FALSE
|
||||||
|
@ -43,15 +43,15 @@
|
||||||
#define EFI_MEMS FALSE
|
#define EFI_MEMS FALSE
|
||||||
|
|
||||||
#ifndef BOARD_TLE6240_COUNT
|
#ifndef BOARD_TLE6240_COUNT
|
||||||
#define BOARD_TLE6240_COUNT 0
|
#define BOARD_TLE6240_COUNT 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef BOARD_MC33972_COUNT
|
#ifndef BOARD_MC33972_COUNT
|
||||||
#define BOARD_MC33972_COUNT 0
|
#define BOARD_MC33972_COUNT 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef BOARD_TLE8888_COUNT
|
#ifndef BOARD_TLE8888_COUNT
|
||||||
#define BOARD_TLE8888_COUNT 0
|
#define BOARD_TLE8888_COUNT 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// todo: move this outside of efifeatures.h
|
// todo: move this outside of efifeatures.h
|
||||||
|
@ -59,10 +59,10 @@
|
||||||
|
|
||||||
|
|
||||||
#undef EFI_CAN_SUPPORT
|
#undef EFI_CAN_SUPPORT
|
||||||
#define EFI_CAN_SUPPORT FALSE
|
#define EFI_CAN_SUPPORT TRUE
|
||||||
|
|
||||||
#undef EFI_HD44780_LCD
|
#undef EFI_HD44780_LCD
|
||||||
#define EFI_HD44780_LCD FALSE
|
#define EFI_HD44780_LCD TRUE
|
||||||
|
|
||||||
#undef EFI_LCD
|
#undef EFI_LCD
|
||||||
#define EFI_LCD FALSE
|
#define EFI_LCD FALSE
|
||||||
|
|
Loading…
Reference in New Issue