| # | |
| # Amlogic freertos configuration | |
| # | |
| config AMLOGIC_FREERTOS | |
| bool "Amlogic Freertos Support" | |
| default n | |
| help | |
| Say Y here to enable freertos support. | |
| config AML_GALCORE_ENSURE_RTOS_EXITED | |
| tristate "Galcore driver probe waiting for rtos exits" | |
| depends on AMLOGIC_FREERTOS | |
| help | |
| This enables to make sure galcore init after rtos exited, | |
| it is to avoid conflict operation between rtos and linux |