userspace: remove some driver object types

Use-cases for these  subsystems appear to be limited to board/SOC
code, network stacks, or other drivers, no need to expose to
userspace at this time. If we change our minds it's easy enough
to add them back.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
Andrew Boie 2017-10-26 14:44:04 -07:00 committed by Andrew Boie
commit e5b3918a9f
3 changed files with 0 additions and 20 deletions

View file

@ -147,11 +147,8 @@ enum k_objects {
/* Driver subsystems */
K_OBJ_DRIVER_ADC,
K_OBJ_DRIVER_AIO_CMP,
K_OBJ_DRIVER_CLOCK_CONTROL,
K_OBJ_DRIVER_COUNTER,
K_OBJ_DRIVER_CRYPTO,
K_OBJ_DRIVER_DMA,
K_OBJ_DRIVER_ETH,
K_OBJ_DRIVER_FLASH,
K_OBJ_DRIVER_GPIO,
K_OBJ_DRIVER_I2C,
@ -162,10 +159,8 @@ enum k_objects {
K_OBJ_DRIVER_RANDOM,
K_OBJ_DRIVER_RTC,
K_OBJ_DRIVER_SENSOR,
K_OBJ_DRIVER_SHARED_IRQ,
K_OBJ_DRIVER_SPI,
K_OBJ_DRIVER_UART,
K_OBJ_DRIVER_WDT,
K_OBJ_LAST
};