zephyr/doc/hardware/peripherals/ps2.rst
Anas Nashif df033b28de doc: create new Hardware Support section
Add new hardware section and move all related content from old
structure.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-04-07 16:35:19 +02:00

28 lines
574 B
ReStructuredText

.. _ps2_api:
PS/2
####
Overview
********
The PS/2 connector first hit the market in 1987 on
IBM's desktop PC line of the same name before
becoming an industry-wide standard for mouse and
keyboard connections. Starting around 2007, USB
superseded PS/2 and is the modern peripheral device
connection standard. For legacy support on boards
with a PS/2 connector, Zephyr provides these PS/2 driver APIs.
Configuration Options
*********************
Related configuration options:
* :kconfig:option:`CONFIG_PS2`
API Reference
*************
.. doxygengroup:: ps2_interface