|
|
@ -16,14 +16,14 @@ if GPIO_NCT38XX |
|
|
|
|
|
|
|
|
|
|
|
config GPIO_NCT38XX_INIT_PRIORITY |
|
|
|
config GPIO_NCT38XX_INIT_PRIORITY |
|
|
|
int "NCT38XX GPIO init priority" |
|
|
|
int "NCT38XX GPIO init priority" |
|
|
|
default 62 |
|
|
|
default 82 |
|
|
|
help |
|
|
|
help |
|
|
|
NCT38xx GPIO driver initialization priority. The priority must be lower |
|
|
|
NCT38xx GPIO driver initialization priority. The priority must be lower |
|
|
|
than MFD_INIT_PRIORITY. |
|
|
|
than MFD_INIT_PRIORITY. |
|
|
|
|
|
|
|
|
|
|
|
config GPIO_NCT38XX_PORT_INIT_PRIORITY |
|
|
|
config GPIO_NCT38XX_PORT_INIT_PRIORITY |
|
|
|
int "NCT38XX GPIO port init priority" |
|
|
|
int "NCT38XX GPIO port init priority" |
|
|
|
default 64 |
|
|
|
default 84 |
|
|
|
help |
|
|
|
help |
|
|
|
NCT38xx GPIO port device driver initialization priority. The priority |
|
|
|
NCT38xx GPIO port device driver initialization priority. The priority |
|
|
|
must be lower than GPIO_NCT38XX_INIT_PRIORITY device. |
|
|
|
must be lower than GPIO_NCT38XX_INIT_PRIORITY device. |
|
|
@ -37,7 +37,7 @@ config GPIO_NCT38XX_ALERT |
|
|
|
|
|
|
|
|
|
|
|
config GPIO_NCT38XX_ALERT_INIT_PRIORITY |
|
|
|
config GPIO_NCT38XX_ALERT_INIT_PRIORITY |
|
|
|
int "NCT38XX GPIO alert handler init priority" |
|
|
|
int "NCT38XX GPIO alert handler init priority" |
|
|
|
default 64 |
|
|
|
default 84 |
|
|
|
depends on GPIO_NCT38XX_ALERT |
|
|
|
depends on GPIO_NCT38XX_ALERT |
|
|
|
help |
|
|
|
help |
|
|
|
NCT38XX alert handler initialization priority. This initialization |
|
|
|
NCT38XX alert handler initialization priority. This initialization |
|
|
|