L9779WD driver L9779 #3768
This commit is contained in:
parent
b4b746bc21
commit
2d746e5733
|
@ -13,12 +13,19 @@
|
|||
#include "drivers/gpio/mc33972.h"
|
||||
#include "drivers/gpio/tle8888.h"
|
||||
#include "drivers/gpio/drv8860.h"
|
||||
# we seem OK without L9779 here do we need those includes at all?
|
||||
#endif /* EFI_PROD_CODE */
|
||||
|
||||
#if EFI_UNIT_TEST
|
||||
#define BOARD_EXT_GPIOCHIPS 3
|
||||
#else
|
||||
#define BOARD_EXT_GPIOCHIPS (BOARD_TLE6240_COUNT + BOARD_MC33972_COUNT + BOARD_TLE8888_COUNT + BOARD_DRV8860_COUNT + BOARD_MC33810_COUNT + BOARD_L9779_COUNT)
|
||||
#define BOARD_EXT_GPIOCHIPS ( \
|
||||
BOARD_TLE6240_COUNT + \
|
||||
BOARD_MC33972_COUNT + \
|
||||
BOARD_TLE8888_COUNT + \
|
||||
BOARD_DRV8860_COUNT + \
|
||||
BOARD_MC33810_COUNT + \
|
||||
BOARD_L9779_COUNT)
|
||||
#endif
|
||||
|
||||
void initSmartGpio(void);
|
||||
|
|
Loading…
Reference in New Issue