This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
d2896df821
zephyr
/
samples
/
drivers
/
ps2
/
prj.conf
6 lines
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: drivers: ps2: Add PS/2 driver sample app This app illustrates a command sequence to enable PS/2 mouse Signed-off-by: Francisco Munoz <francisco.munoz.ruiz@intel.com>
2019-09-05 08:30:36 +08:00
CONFIG_STDOUT_CONSOLE=y
CONFIG_PRINTK=y
CONFIG_PS2=y
drivers: ps2: microchip: Low power and wakeup enabled ps2 driver updated to support low power and wakeup. Signed-off-by: Manimaran A <manimaran.a@microchip.com>
2023-04-16 17:14:02 +08:00
CONFIG_PM_DEVICE=y
soc: microchip_mec: do not enable PM in soc PM should not be enabled by default at the soc level. This is an application decision and not a platform decision whether to enable or disable PM features. Enabling PM by default will result in descripencies and test scope and failures in tests that do not account for PM being enabled. Fixes #60359 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-10-25 20:05:21 +08:00
CONFIG_PM=y